Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#13419: Handle cases where GitHub timeout on a job cuts off the data in a test in a Junit XML, leaving no data to use #13425

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

tt-rkim
Copy link
Collaborator

@tt-rkim tt-rkim commented Oct 3, 2024

Ticket

#13419

Problem description

Sometimes when a GitHub job times out and GitHub cancels, the leftover data in the Junit XML gets cut off. We should prune test cases where such a thing happens.

What's changed

We skip processing test cases which have no name or classname.

Checklist

  • Post commit CI passes
  • Blackhole Post commit (if applicable)
  • Model regression CI testing passes (if applicable)
  • Device performance regression CI testing passes (if applicable)
  • New/Existing tests provide coverage for changes

…in a test in a Junit XML, leaving no data to use
@tt-rkim tt-rkim force-pushed the rkim/13419-timeout branch from f361275 to 6ef964d Compare October 3, 2024 14:57
@tt-rkim tt-rkim merged commit a4cd6dd into main Oct 3, 2024
7 checks passed
@tt-rkim tt-rkim deleted the rkim/13419-timeout branch October 3, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant